Welcome![Sign In][Sign Up]
Location:
Search - canny c

Search list

[Other resourceVTB4Matlab

Description: 一组图象与视频处理C/C++代码,该软件包可用于Matlab。包括读取AVI和CIF/QCIF视频序列代码,Canny算子,Harris角点检测,全局阈值算法,动态阈值算法等等。-AP as a video processing with C / C code, the software can be used in Matlab. AVI including reading and CIF / QCIF video sequence code, Canny operator, Harris corner detection, and overall value threshold algorithm, dynamic threshold algorithm and so on.
Platform: | Size: 2444010 | Author: myb | Hits:

[Graph programGraphicCanny

Description: 其功能是实现对图象用Canny算子提取图象边缘,其中包含原始图和提取后的结果以及C代码-its function is to achieve images with Canny operator Image Edge Extraction, the original plan which includes extraction and the results of the C code
Platform: | Size: 140879 | Author: 梁剑 | Hits:

[Special EffectsVC_ImageProcessing

Description: 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)、位平面编码、预测编码、DPCM、JPEG 2000编码); 第8章 图像配准 第9章 目标检测与运动检测 第10章 图像形状特征分析(骨架检出、轮廓提取);第11章 图像分割(边界跟踪、阈值分割区域生长、分裂合并、Canny算子); 第12章 图像的模式识别-"Visual C digital image acquisition, processing and Practice" YANG Zhi Ling Wang Kai edited. Contents : Chapter 4 Image Enhancement (contrast enhancement, gray transform, histogram dressing, image smoothing, sharpening, Pseudo-color and false color enhancement); Chapter 5 of Image Restoration (inverse filter rehabilitation, Wiener filtering method); Chapter 6 of image processing orthogonal transformation (Fourier transform, discrete cosine transform (DCT), the Walsh transform, Based on the eigenvectors of transformation, Hotelling (Hotelling) transform, SVD transform, wavelet transform, Mallat algorithm); Chapter 7 Image Coding (Hoffman (Huffman) coding, arithmetic coding, RIc (Run Length Coding), the bit-plane coding, predictive coding, DPCM. JPEG 2000 encoding); Chapter 8 Image
Platform: | Size: 280370 | Author: 陈镇静 | Hits:

[Bio-Recognizecanny_src

Description: 本程序是用C语言编写的CANNY算子比以往的SOBEL算子更细。-this program is the C language Canny operator than ever SOBEL Operator more detailed.
Platform: | Size: 9342 | Author: 张德龙 | Hits:

[Special EffectsCanny-edge-process

Description: 用C语言实现的对图像进行canny边缘检测,可进一步用于图像修复分割等处理-C language canny edge detection of an image can be further used for image restoration and segmentation processing
Platform: | Size: 160768 | Author: 李梦雨 | Hits:

[OtherCanny

Description: 首先利用C实现了一个图像边缘提取的算法,然后利用vivado高层次综合,将其综合为verilog代码。-First, the use of C implements a image edge extraction algorithm, then use vivado high-level synthesis, as its comprehensive verilog code.
Platform: | Size: 7255040 | Author: yuandb | Hits:

[OpenCVcanny

Description: Canny 的目标是找到一个最优的边缘检测算法 opencv中的边缘检测 用c++来实现-Canny goal is to find an optimal edge detection algorithm of edge detection opencv to achieve c++
Platform: | Size: 784384 | Author: cjshan | Hits:

[OpenCVcanny

Description: 使用c语言,基于opencv平台进行边缘检测-Use c language, edge detection platform based on opencv
Platform: | Size: 4096 | Author: 徐露 | Hits:

[OpenCVcanny

Description: 这个代码是OPENCV中的canny边缘检测程序,使用 它可以对图像进行边缘检测,使用c/c++编写的,易懂简单-This code is OPENCV the canny edge detection program, use it to image edge detection, the use of c/c++ written, easy to understand simple
Platform: | Size: 12787712 | Author: 暮寒 | Hits:

[Special EffectsCanny

Description: 数字图像处理基本算法C++源代码,包括FFT、DFT、边缘检测算法、滤波算法-The basic algorithm of digital image processing C++ source code, including FFT, DFT, edge detection algorithms, filtering algorithms, etc.
Platform: | Size: 3461120 | Author: M201372293 | Hits:

[Special EffectsS、L、C边缘检测

Description: 边缘检测的基本思想是通过检测每个像素和其邻域的状态,以决定该像素是否位于一个物体的边界上。如果一个像素位于一个物体的边界上,则其邻域像素的灰度值的变化就比较大。假如可以应用某种算法检测出这种变化并进行量化表示,那么就可以确定物体的边界。 Sobel算子根据像素点上下、左右邻点灰度加权差,在边缘处达到极值这一现象检测边缘。对噪声具有平滑作用,提供较为精确的边缘方向信息,边缘定位精度不够高。当对精度要求不是很高时,是一种较为常用的边缘检测方法。 Laplace算子是一种各向同性算子,在只关心边缘的位置而不考虑其周围的象素灰度差值时比较合适。Laplace算子对孤立象素的响应要比对边缘或线的响应要更强烈,因此只适用于无噪声图象。存在噪声情况下,使用Laplace算子检测边缘之前需要先进行低通滤波。
Platform: | Size: 818230 | Author: 1053877003@qq.com | Hits:

[Special EffectsCanny

Description: visual C++利用Canny算子对图像进行边缘提取-visual C++ use Canny operator to extract the image edge
Platform: | Size: 1326080 | Author: zhengzhijie | Hits:

[Special Effectscanny

Description: canny算子的c++写法,不依赖opencv的库函数,对图像的存储释放都包含在内-canny operator c++ writing, opencv library functions do not rely on memory to release images are included
Platform: | Size: 5978112 | Author: 沈圣远 | Hits:

[CSharpCannycPP

Description: c canny c canny c canny-c canny c canny c canny c canny c canny
Platform: | Size: 304128 | Author: | Hits:

[Special EffectsCanny

Description: Visual C++ 的OpenCV Canny边缘检测-OpenCV Canny edge detection
Platform: | Size: 11821056 | Author: 顾南阳 | Hits:

[Special EffectsProgramming-Canny-operator

Description: canny算子使用c++的编程实现。本科毕设的一部分,代码行后包括非常详尽的注释便于理解,已在vs2010环境试验可正确检测图像边缘 压缩文件包含canny算子实现的源代码和代码中所需canny.h头文件-Canny operator c programming undergraduate set up in the VS2010 environment test can detect the edge of the image
Platform: | Size: 4096 | Author: 刘立昊 | Hits:

[Special EffectsCanny边缘检测.c

Description: canny边缘检测,用MATLAB编写,能较好的实现边缘检测(Canny edge detection, written in MATLAB, can better achieve edge detection)
Platform: | Size: 3072 | Author: 大鹏鹏大 | Hits:

[Othermanon

Description: detector de bordes c++ opencv
Platform: | Size: 2048 | Author: argurun | Hits:

[Special Effectscanny

Description: windows10+opencv2.4.13+vs2017,过程具体实现,可以生成中间图(Windows10+opencv2.4.13+vs2017, the process is implemented, and an intermediate graph can be generated)
Platform: | Size: 15253504 | Author: lovelife233 | Hits:

[Special Effects数字图像处理部分功能

Description: 包括对图像的打开保存、灰度化、滤波、阈值分割、canny算子、腐蚀等(It includes opening, preserving, grayning, filtering, thresholding, Canny operator, etching and so on.)
Platform: | Size: 450560 | Author: 地球仪 | Hits:
« 1 2 3 4 5 67 8 9 10 11 »

CodeBus www.codebus.net